C1.LiveLinq.LiveViews Namespace : View<T> Class |
For a list of all members of this type, see View<T> members.
Name | Description | |
---|---|---|
AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsDynamic | Used for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View) | |
AttachAggregationView | Overloaded. | |
AttachView | Overloaded. | |
Concat | Concatenation of two views. | |
Contains | Determines whether the view contains a specified item. | |
DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View) | |
GetEnumerator | Returns an enumerator that iterates through the view items. | |
GroupBy | Overloaded. Groups the elements of a view according to a specified key selector function. | |
GroupJoin<TInner,TKey,TResult> | Correlates the elements of two views based on equality of keys and groups the results. | |
IndexOf | Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. | |
Join<TInner,TKey,TResult> | Correlates the elements of two views based on matching keys. | |
Maintain | Brings the view up to date with its source data. (Inherited from C1.LiveLinq.LiveViews.View) | |
OrderBy<TKey> | Sorts the elements of a view in ascending order. | |
OrderByDescending<TKey> | Sorts the elements of a view in descending order. | |
PurgeEmptyGroups | Remove empty groups from a grouping view. (Inherited from C1.LiveLinq.LiveViews.View) | |
Rebuild | Re-populates the view by re-executing the view's query. (Inherited from C1.LiveLinq.LiveViews.View) | |
Select<TResult> | Projects each element of a view into a new form. | |
SelectMany | Overloaded. Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. | |
SetTransaction | Sets the value of the Transaction property. (Inherited from C1.LiveLinq.LiveViews.View) | |
ToString | Returns a string representing this view. | |
Union | Set union of two views. | |
Where | Filters the source view based on a predicate. |